home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6093 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  734 b 

  1. Path: news.mistral.co.uk!usenet
  2. From: ghira@mistral.co.uk (Adam Atkinson)
  3. Newsgroups: comp.lang.c,comp.sys.amiga.programmer
  4. Subject: pointer conversion error
  5. Date: 24 Mar 96 00:11:19 +0000
  6. Organization: Mistral Internet (Brighton)
  7. Message-ID: <381.6657T11T967@mistral.co.uk>
  8. NNTP-Posting-Host: l75.mistral.co.uk
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  10.  
  11. my c compiler (SAS/C version 6.56) creates a warning about the following:
  12.  
  13.                         printf("%u %u %u \n", i, l, h);
  14.  
  15. three.c 36 Warning 104: conversion from pointer to const/volatile to pointer to non-const/volatile
  16.  
  17. What am I doing wrong? i,l and h are unsigned longs.
  18.  
  19. Adam Atkinson - ghira@mistral.co.uk / etlaman@etlxdmx.ericsson.se
  20. Viva la pappa col pomodoro!
  21.  
  22.  
  23.